ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TooltipBaseTagHelper<TControl> Class / Gap Property

In This Topic
    Gap Property (TooltipBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.TooltipBase.Gap. Sets the distance between the tooltip and the target element.
    Syntax
    'Declaration
     
    Public Property Gap As Integer
    public int Gap {get; set;}
    See Also